home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1995 April
/
Electronic Clipper 1995-04.iso
/
pc
/
pc_users
/
ideasrc
/
stopdim.dir
/
00001_Script_1
next >
Wrap
Text File
|
1995-02-23
|
692b
|
29 lines
on exitFrame
if soundbusy(1) then
go the frame
end if
if the frame = 2 then
put "1" into word 2 of field "count"
end if
if the frame = 21 then
put "2" into word 2 of field "count"
end if
if the frame = 42 then
put "3" into word 2 of field "count"
end if
if the frame = 45 then
put "4" into word 2 of field "count"
end if
if the frame = 54 then
put "5" into word 2 of field "count"
end if
if the frame = 68 then
put "6" into word 2 of field "count"
end if
if the frame = 88 then
put "7" into word 2 of field "count"
end if
if the frame = 92 then
put "8" into word 2 of field "count"
end if
end